Values Property

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets a read-only collection of all the values in the dictionary.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public virtual ICollection<TValue> Values{ get;}
Visual Basic (Declaration)
Public Overridable ReadOnly Property Values As ICollection(Of TValue)
Visual C++
public:
virtual property ICollection<TValue>^ Values {
	ICollection<TValue>^ get ();
}

Return Value

A read-only ICollection<TValue> of all the values in the dictionary.

See Also